(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Simulated Kobuki Navigation Demo

Description:

Tutorial Level: INTERMEDIATE

New in hydro

How to start softkobuki

Soft kobuki is a fake kobuki node implementation which simulates iClebo Kobuki. It listens to /mobile_base/commands/velocity and broadcasts its joint states and odometry.

Warning!! It is not Gazebo implementation

Warning!! Only works hydro or later releases

how to install/compile

Install Kobuki Soft Deb

> sudo apt-get install ros-hydro-kobuki-soft

Execution

> roslaunch kobuki_softnode full.launch

After this step, you should see the topics below when you do 'rostopic list'

  • /joint_states
  • /mobile_base/commands/motor_power
  • /mobile_base/commands/velocity
  • /mobile_base/version_info
  • /odom
  • /tf

See it in rviz

> rosrun rviz rviz

kobuki_rviz_capture

Teleoperation

> roslaunch kobuki_keyop keyop.launch

installation

> sudo apt-get install ros-hydro-turtlebot-apps
> sudo apt-get install ros-hydro-turtlebot-viz
> sudo apt-get install ros-hydro-navigation
> sudo apt-get install ros-hydro-yujin-maps

Execution

> roslaunch kobuki_softapps nav_demo.launch

And set 2D Nav Goal in rviz!

nav_kobuki

Wiki: kobuki/Tutorials/Simulated Kobuki navigation in perfect world (last edited 2013-09-12 00:07:14 by jihoonl)